home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Headers / misckit / miscgiskit / MiscMathCoordConverter.h < prev    next >
Encoding:
Text File  |  1995-07-08  |  764 b   |  32 lines

  1. /*======================= MiscMathCoordConverter.h ==========================*/
  2. /* MiscMathCoordConverter class supports the writing of converters between
  3.    coordinate systems. All values are double precision floating point
  4.    numbers representing locations in a three dimensional coordinate system.
  5.  
  6.    DMA Release 0.8, Copyright @1993 by Genesis Project, Ltd. All Rights
  7.    Reserved. For further information on terms and conditions see
  8.         the MiscKit license.
  9.  
  10. HISTORY
  11. 10-Mar-93  Dale Amon at GPL
  12.        Created.
  13. */
  14.  
  15. #import <appkit/appkit.h>
  16. #import <misckit/miscgiskit.h>
  17.  
  18. @interface MiscMathCoordConverter:MiscCoordConverter
  19. {
  20. }
  21.  
  22. + new;
  23.  
  24. - finishUnarchiving;
  25.  
  26. /* These are overridden to block their use */
  27. + alloc;
  28. + allocFromZone: (NXZone *)zone;
  29. - free;
  30.  
  31. @end
  32.